<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.demo-icon {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/*new right*/
.cndns-right {
    display: block;
}

.cndns-right *:hover {
    text-decoration: none;
}

.cndns-right * {
    text-decoration: none;
}

.cndns-right li {
    list-style: none;
}

.cndns-right #zixunUl {
    margin: 0;
    padding: 0;
}

.cndns-right {
    position: fixed;
    right: 10%;
    top: 80%;
    margin-top: -100px;
    z-index: 100;
    font-family: Arial, "Microsoft YaHei" !important;
    background: #f1f1f1;
    filter: alpha(opacity=9);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 99999;
}




@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .cndns-right {
        right: 8%;
    }
}

@media screen and (max-width: 1920px) {
    .cndns-right {
        right: 4%;
    }
}



@media screen and (min-width: 1361px) and (max-width: 1919px) {
    .cndns-right {
        right: 8%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
    .cndns-right {
        right: 2%;
    }
}

/* @media screen and (max-width: 1360px) {
	.cndns-right {
		right: 20%;
	}
} */

@media screen and (max-width: 992px) {
    .cndns-right {
        display: none;
    }
}



.cndns-right i {
    font-style: normal !important;
}

.cndns-right-meau {
    position: relative;
}

.meau-contact{
    background: #ff313a;
}
.icon-phone-circled{
    color: #2e2b28;
}
.icon-wechat{
    color: #FFFFFF !important;
}

.meau-code{
    background: #be181f;
}

.cndns-right-btn {
    width: 65px;
    height: 65px;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 500%;
}

.cndns-right-btn:hover {
    /* background: #fff; */
}

.cndns-right-btn span {
    /* color: #333; */
    font-size: 16px !important;
    line-height: 40px;
}

.cndns-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #019d9a;
    position: absolute;
    left: -12px;
    top: -12px;
}

.cndns-right-btn p {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    padding-top: 0px;
    margin: 0;
    text-decoration: none;
    padding-bottom: 10px;
}

.cndns-right-meau:hover .cndns-right-btn p {
    display: block;
    text-decoration: none;
}

.meau-car .cndns-right-btn {
    border-color: #019d9a;
    margin-bottom: 20px;
    text-decoration: none;
}

.meau-car .cndns-right-meau:hover .cndns-right-btn {
    background-color: #019d9a;
    text-decoration: none;
}

.meau-car .cndns-right-meau:hover .cndns-right-btn span {
    color: #fff;
    display: block;
    text-decoration: none;
}

.meau-code .sev-t img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
}

.meau-car .cndns-right-btn span {
    color: #019d9a;
}
.meau-car .cndns-right-btn div {
    color: #FFFFFF;
}

.meau-top .cndns-right-btn span {
    font-size: 24px !important;
    line-height: 38px;
    padding-top: 10px;
}

.meau-top .cndns-right-btn i {
    display: block;
    color: #333;
    font-size: 12px;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {}

.cndns-right-box {
    position: absolute;
    top: 0px;
    right: 15px;
    padding-right:55px;
    display: none;
}

.cndns-right-box .box-border {
    padding: 20px;
    background-color: #be181f;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../imgbg/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.cndns-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal !important;
}

.cndns-right-box .box-border .sev-b {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b li {
    float: left;
    width: 50%
}

.cndns-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #888;
    font-size: 14px;
    padding-left: 43px;
    background: url(../imgbg/zxqq.png) no-repeat left 3px;
    line-height: 36px;
}

.cndns-right-box .box-border .sev-b li a:hover {
    color: #019d9a
}

.meau-sev .cndns-right-box .box-border {
    width: 300px;
}

.meau-contact .cndns-right-box .box-border {
    width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center;
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-zs .cndns-right-btn {
    background-color: #019d9a;
    color: #fff;
    margin-top: 80px;
    border-color: #019d9a
}

.meau-zs .cndns-right-btn span {
    color: #fff
}

.meau-zs .cndns-right-btn p {
    color: #fff
}

.sev-t {
    overflow: hidden;
}
</pre></body></html>